home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 026-050 / scopedisk35 / mousezoom / readme < prev    next >
Text File  |  1995-03-18  |  1KB  |  33 lines

  1. This is MouseZoom, a mouse accelerator for the Amiga. It doesn't try to 
  2. do everything under the sun (ala Mach16), it only speeds up the mouse.
  3.  
  4. Mouse speed increases exponentially. The faster you move the mouse, the 
  5. faster the mouse moves faster. This gives you good resolution at slow 
  6. speeds and still allows very fast mouse movement when you want it. 
  7. Basically, it multiplies the mouse speed by its original speed divided 
  8. by 8 (or 1, whichever is larger). I think the formula that results is
  9.  
  10.      2
  11. Y = X  / 8X  
  12.  or
  13. Y = X
  14.  
  15. whichever is larger. Anyway, the algorithm was picked because it is very 
  16. quick, using a shift and in-line multiply.
  17.  
  18. To install MouseZoom, just execute it by typing "MouseZoom". It will 
  19. quietly install itself and return control to you.
  20.  
  21. To get rid of the MouseZoom, just execute it again.
  22.  
  23. The source is included. Use it as an example of an input event handler. 
  24. Modify it do do more stuff if you want. The terminate function is set up 
  25. using message passing in case you want to expand it to, say, adjust the 
  26. mouse acceleration factor.
  27.  
  28. Built using Lattice 4.0 or later.
  29.  
  30. Enjoy,
  31. John Meissen
  32.  
  33.